From cc572c1f6896c055e57b4347ed09c103f58868ee Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Sat, 31 Dec 2011 16:17:43 +0000 Subject: [PATCH] Hush GCC -Wall hyperactivity. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4138 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/cet/ansi_x3_4_1968.h | 2 +- gpsbabel/cet/iso_8859_1.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/cet/ansi_x3_4_1968.h b/gpsbabel/cet/ansi_x3_4_1968.h index 4f2fa39ec..78574c0f0 100644 --- a/gpsbabel/cet/ansi_x3_4_1968.h +++ b/gpsbabel/cet/ansi_x3_4_1968.h @@ -41,7 +41,7 @@ const int cet_ucs4_map_ansi_x3_4_1968[cet_ucs4_cnt_ansi_x3_4_1968] = {0}; #define cet_ucs4_to_ansi_x3_4_1968_ct 1 -const cet_ucs4_link_t cet_ucs4_to_ansi_x3_4_1968_links[cet_ucs4_to_ansi_x3_4_1968_ct] = {0}; +const cet_ucs4_link_t cet_ucs4_to_ansi_x3_4_1968_links[cet_ucs4_to_ansi_x3_4_1968_ct] = {{0}}; // #define cet_ucs4_to_ansi_x3_4_1968_extra_ct 200 diff --git a/gpsbabel/cet/iso_8859_1.h b/gpsbabel/cet/iso_8859_1.h index fd2376961..70b71664c 100644 --- a/gpsbabel/cet/iso_8859_1.h +++ b/gpsbabel/cet/iso_8859_1.h @@ -41,7 +41,7 @@ const int cet_ucs4_map_iso_8859_1[cet_ucs4_cnt_iso_8859_1] = {0}; #define cet_ucs4_to_iso_8859_1_ct 1 -const cet_ucs4_link_t cet_ucs4_to_iso_8859_1_links[cet_ucs4_to_iso_8859_1_ct] = {0}; +const cet_ucs4_link_t cet_ucs4_to_iso_8859_1_links[cet_ucs4_to_iso_8859_1_ct] = {{0}}; /* #define cet_ucs4_to_iso_8859_1_extra_ct 0 -- 2.30.2